JAMS Developer Guide
ReferenceParameters Property (PSWrapperGeneric<TResult>)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperGeneric<TResult> Class : ReferenceParameters Property
Collection of parameter names that were a PSReference on the function and need to be outputted back to the Workflow.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property ReferenceParameters As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As PSWrapperGeneric(Of TResult)
Dim value As System.Collections.Generic.List(Of String)
 
instance.ReferenceParameters = value
 
value = instance.ReferenceParameters
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.List<string> ReferenceParameters {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWrapperGeneric<TResult> Class
PSWrapperGeneric<TResult> Members